AAsset_read

Attempt to read 'count' bytes of data from the current offset.

Returns the number of bytes read, zero on EOF, or < 0 on error.

extern (C) nothrow @nogc
int
AAsset_read
(
,
void* buf
,
size_t count
)

Meta